1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C062B052-8EAE-4519-93DB-8B3E7C316E1D}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <StartupObject>VBInteractiveWindowsService.SampleService</StartupObject>
11 <RootNamespace>VBInteractiveWindowsService</RootNamespace>
12 <AssemblyName>VBInteractiveWindowsService</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>Console</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>..\Debug\</OutputPath>
27 <DocumentationFile>VBInteractiveWindowsService.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>..\Release\</OutputPath>
36 <DocumentationFile>VBInteractiveWindowsService.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="System" />
41 <Reference Include="System.Configuration.Install" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Deployment" />
44 <Reference Include="System.ServiceProcess" />
45 <Reference Include="System.Xml" />
46 <Reference Include="System.Core">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 <Reference Include="System.Xml.Linq">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
52 <Reference Include="System.Data.DataSetExtensions">
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 <Import Include="Microsoft.VisualBasic" />
58 <Import Include="System" />
59 <Import Include="System.Collections" />
60 <Import Include="System.Collections.Generic" />
61 <Import Include="System.Data" />
62 <Import Include="System.Diagnostics" />
63 <Import Include="System.Linq" />
64 <Import Include="System.Xml.Linq" />
67 <Compile Include="My Project\Application.Designer.vb">
68 <AutoGen>True</AutoGen>
69 <DependentUpon>Application.myapp</DependentUpon>
71 <Compile Include="ProjectInstaller.Designer.vb">
72 <DependentUpon>ProjectInstaller.vb</DependentUpon>
74 <Compile Include="ProjectInstaller.vb">
75 <SubType>Component</SubType>
77 <Compile Include="SampleService.vb">
78 <SubType>Component</SubType>
80 <Compile Include="SampleService.Designer.vb">
81 <DependentUpon>SampleService.vb</DependentUpon>
83 <Compile Include="My Project\AssemblyInfo.vb" />
84 <Compile Include="My Project\Resources.Designer.vb">
85 <AutoGen>True</AutoGen>
86 <DesignTime>True</DesignTime>
87 <DependentUpon>Resources.resx</DependentUpon>
89 <Compile Include="My Project\Settings.Designer.vb">
90 <AutoGen>True</AutoGen>
91 <DependentUpon>Settings.settings</DependentUpon>
92 <DesignTimeSharedInput>True</DesignTimeSharedInput>
96 <EmbeddedResource Include="My Project\Resources.resx">
97 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
98 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
99 <CustomToolNamespace>My.Resources</CustomToolNamespace>
100 <SubType>Designer</SubType>
102 <EmbeddedResource Include="ProjectInstaller.resx">
103 <DependentUpon>ProjectInstaller.vb</DependentUpon>
107 <None Include="My Project\Application.myapp">
108 <Generator>MyApplicationCodeGenerator</Generator>
109 <LastGenOutput>Application.Designer.vb</LastGenOutput>
111 <None Include="My Project\Settings.settings">
112 <Generator>SettingsSingleFileGenerator</Generator>
113 <CustomToolNamespace>My</CustomToolNamespace>
114 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
118 <Content Include="ReadMe.txt" />
120 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122 Other similar extension points exist, see Microsoft.Common.targets.
123 <Target Name="BeforeBuild">
125 <Target Name="AfterBuild">